home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
13288
/
13288.xpi
/
skin
/
button.css
next >
Wrap
Cascading Style Sheet File
|
2010-01-19
|
1KB
|
43 lines
#stm-togglebutton {
list-style-image: url("chrome://supertabmode/skin/stmbar24.png");
}
toolbar[iconsize="small"] #stm-togglebutton {
list-style-image: url("chrome://supertabmode/skin/stmbar16.png");
}
#stm-historybutton {
list-style-image: url("chrome://supertabmode/skin/history24.png");
}
toolbar[iconsize="small"] #stm-historybutton {
list-style-image: url("chrome://supertabmode/skin/history16.png");
}
/* tab-bar left new button */
.stm-leftnewbutton {
list-style-image: url(chrome://browser/skin/tabbrowser/newtab.png);
-moz-image-region: rect(0, 18px, 18px, 0);
margin: 1px 0px 3px;
padding: 0px;
border-bottom: none;
-moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);
-moz-border-right-colors: ThreeDShadow;
-moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);
}
.stm-leftnewbutton:hover {
padding-top: 2px;
}
.stm-leftnewbutton:hover:active {
-moz-image-region: rect(0, 36px, 18px, 18px);
}
/* show close-button when have only 1 tab */
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"])> .tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box !important;
}